home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Rechen3.dfm / Rechen3.txt
Text File  |  1998-12-11  |  3KB  |  160 lines

  1. object Form1: TForm1
  2.   Left = 251
  3.   Top = 115
  4.   Width = 469
  5.   Height = 300
  6.   Caption = 'Rechenarten III'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 6
  16.     Top = 72
  17.     Width = 80
  18.     Height = 80
  19.     Alignment = taCenter
  20.     AutoSize = False
  21.     Font.Charset = ANSI_CHARSET
  22.     Font.Color = clBlack
  23.     Font.Height = -60
  24.     Font.Name = 'Arial'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 167
  30.     Top = 72
  31.     Width = 80
  32.     Height = 80
  33.     Alignment = taCenter
  34.     AutoSize = False
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -60
  38.     Font.Name = 'Arial'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label3: TLabel
  43.     Left = 51
  44.     Top = 23
  45.     Width = 350
  46.     Height = 30
  47.     Alignment = taCenter
  48.     AutoSize = False
  49.     Caption = 'Klick Dir zwei Zahlen!'
  50.     Font.Charset = ANSI_CHARSET
  51.     Font.Color = clBlack
  52.     Font.Height = -23
  53.     Font.Name = 'Arial'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     OnClick = Label3Click
  57.   end
  58.   object Label4: TLabel
  59.     Left = 328
  60.     Top = 72
  61.     Width = 130
  62.     Height = 80
  63.     Alignment = taCenter
  64.     AutoSize = False
  65.     Font.Charset = ANSI_CHARSET
  66.     Font.Color = clBlack
  67.     Font.Height = -60
  68.     Font.Name = 'Arial'
  69.     Font.Style = []
  70.     ParentFont = False
  71.   end
  72.   object Button1: TButton
  73.     Left = 46
  74.     Top = 168
  75.     Width = 81
  76.     Height = 75
  77.     Caption = '+'
  78.     Font.Charset = ANSI_CHARSET
  79.     Font.Color = clBlack
  80.     Font.Height = -60
  81.     Font.Name = 'Arial'
  82.     Font.Style = []
  83.     ParentFont = False
  84.     TabOrder = 0
  85.     OnClick = Button1Click
  86.   end
  87.   object Button2: TButton
  88.     Left = 141
  89.     Top = 168
  90.     Width = 81
  91.     Height = 75
  92.     Caption = '-'
  93.     Font.Charset = ANSI_CHARSET
  94.     Font.Color = clBlack
  95.     Font.Height = -60
  96.     Font.Name = 'Arial'
  97.     Font.Style = []
  98.     ParentFont = False
  99.     TabOrder = 1
  100.     OnClick = Button2Click
  101.   end
  102.   object Button3: TButton
  103.     Left = 236
  104.     Top = 168
  105.     Width = 81
  106.     Height = 75
  107.     Caption = '*'
  108.     Font.Charset = ANSI_CHARSET
  109.     Font.Color = clBlack
  110.     Font.Height = -60
  111.     Font.Name = 'Arial'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     TabOrder = 2
  115.     OnClick = Button3Click
  116.   end
  117.   object Button4: TButton
  118.     Left = 331
  119.     Top = 168
  120.     Width = 81
  121.     Height = 75
  122.     Caption = '/'
  123.     Font.Charset = ANSI_CHARSET
  124.     Font.Color = clBlack
  125.     Font.Height = -60
  126.     Font.Name = 'Arial'
  127.     Font.Style = []
  128.     ParentFont = False
  129.     TabOrder = 3
  130.     OnClick = Button4Click
  131.   end
  132.   object Panel1: TPanel
  133.     Left = 96
  134.     Top = 80
  135.     Width = 60
  136.     Height = 60
  137.     Font.Charset = ANSI_CHARSET
  138.     Font.Color = clBlack
  139.     Font.Height = -60
  140.     Font.Name = 'Arial'
  141.     Font.Style = []
  142.     ParentFont = False
  143.     TabOrder = 4
  144.   end
  145.   object Panel2: TPanel
  146.     Left = 256
  147.     Top = 80
  148.     Width = 60
  149.     Height = 60
  150.     Caption = '='
  151.     Font.Charset = ANSI_CHARSET
  152.     Font.Color = clBlack
  153.     Font.Height = -60
  154.     Font.Name = 'Arial'
  155.     Font.Style = []
  156.     ParentFont = False
  157.     TabOrder = 5
  158.   end
  159. end
  160.